add news item for git-annex 10.20250102
authorJoey Hess <joeyh@joeyh.name>
Thu, 2 Jan 2025 16:32:15 +0000 (12:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 2 Jan 2025 16:32:15 +0000 (12:32 -0400)
doc/news/version_10.20240808.mdwn [deleted file]
doc/news/version_10.20250102.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20240808.mdwn b/doc/news/version_10.20240808.mdwn
deleted file mode 100644 (file)
index 0374df2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-git-annex 10.20240808 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * Remove debug output (to stderr) accidentially included in
-    last version.
-  * When getting from a P2P HTTP remote, prompt for credentials when
-    required, instead of failing.
-  * When proxying an upload to a special remote, verify the hash.
-  * Avoid loading cluster log at startup."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20250102.mdwn b/doc/news/version_10.20250102.mdwn
new file mode 100644 (file)
index 0000000..bc80c21
--- /dev/null
@@ -0,0 +1,20 @@
+git-annex 10.20250102 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * Added config `url.&lt;base&gt;.annexInsteadOf` corresponding to git's
+    `url.&lt;base&gt;.pushInsteadOf`, to configure the urls to use for accessing
+    the git-annex repositories on a server without needing to configure
+    remote.name.annexUrl in each repository.
+  * Work around git hash-object --stdin-paths's odd stripping of carriage
+    return from the end of the line (some windows infection), avoiding
+    crashing when the repo contains a filename ending in a carriage return.
+  * Document that settting preferred content to "" is the same as the
+    default unset behavior.
+  * sync: Avoid misleading warning about future preferred content
+    transition when preferred content is set to "".
+  * Honor annex.addunlocked configuration when importing a tree from a
+    special remote.
+  * Removed the i386ancient standalone tarball build for linux, which
+    was increasingly unable to support new git-annex features.
+  * Removed support for building with ghc older than 9.0.2,
+    and with older versions of haskell libraries than are in current Debian
+    stable.
+  * stack.yaml: Update to lts-23.2."""]]
\ No newline at end of file